services.akkoma.config.":pleroma"."Pleroma.Web.Endpoint".http.port

NixOS option

Listener port number. Must be 0 if using a Unix socket.

type: 16 bit unsigned integer; between 0 and 65535 (both inclusive)
Default
if isAbsolutePath config.services.akkoma.config.:pleroma"."Pleroma.Web.Endpoint".http.ip
  then 0
  else 4000;
declared in: nixos/modules/services/web-apps/akkoma.nixView source on NixOS/nixpkgs →